home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / curtypes.ctl < prev    next >
Text File  |  2000-05-12  |  798b  |  33 lines

  1. -- RCSVER $Id: curtypes.ctl,v 1.1 2000-05-03 12:28:58-05 randy Exp $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        curtypes.ctl
  6. -- Date:     02/17/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the curtypes table.
  9. -- Changes:
  10. -- *********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE curtypes
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     type,
  18.     descr,
  19.     is_token
  20. )
  21. begindata
  22. 201|Quarter|0|
  23. 202|Dime|0|
  24. 203|Nickel|0|
  25. 204|Penny|0|
  26. 205|Half Dollar|0|
  27. 206|Susan B. Anthony|0|
  28. 301|One Dollar Bill|0|
  29. 302|Five Dollar Bill|0|
  30. 303|Ten Dollar Bill|0|
  31. 304|Twenty Dollar Bill|0|
  32. 401|Paper Ticket|0|
  33.